.connecte {
    vertical-align: top;
}

.deconnect a {
    color: white;
}

.orange {
    margin: auto;
}

.historique{
    text-align: center;
}

.historique-interieur,
.historique-interieur2 {
    margin-bottom: 0.5rem;
}

.historique-interieur2 a {
    width: 23%;
}

.btn-historique {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 0;
    margin: 0px;
    color: #000;
    /* background-color: transparent; */
    border-color: #000
}
.btn-historique.focus,
.btn-historique:focus,
.btn-historique:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
    outline-color: #000
}
.btn-historique.disabled,
.btn-historique:disabled {
    color: #ccc;
    background-color: transparent;
    border-color: #ccc
}

@media screen and (max-width: 350px) {
    .historique-interieur2 a {
        width: fit-content;
    }
}
